Crate deno_io

Source

Modules§

Structs§

Statics§

Traits§

  • Abstraction over AsRawFd (unix) and AsRawHandle (windows)
  • Abstraction over FromRawFd (unix) and FromRawHandle (windows)
  • Abstraction over IntoRawFd (unix) and IntoRawHandle (windows)

Functions§

  • Creates both sides of a bidirectional pipe, returning the raw handles to the underlying OS resources.
  • Create a unidirectional pipe pair that starts off as a pair of synchronous file handles, but either side may be promoted to an async-capable reader/writer.

Type Aliases§